home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Development / Source / MultiSession 1.04 Source / Core 27⁄June⁄1993 / Alert.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-10  |  120 b   |  8 lines  |  [TEXT/KAHL]

  1. /* Alert.h */
  2.  
  3. #pragma once
  4.  
  5. #define DefaultMessage (0x00030001)
  6.  
  7. void            AlertError(ulong MessageID, Handle ExtraText);
  8.